home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / comm / net / ACS_Notify.lha / ACS-Notify.doc next >
Text File  |  1997-12-06  |  3KB  |  138 lines

  1.  
  2. WHAT IS IT
  3. ----------
  4. This is a new notifyRexx script for amicommSys (Registerd).
  5.  
  6. What Does It Do 
  7. ---------------
  8. What this script does is notify you when specific users connect
  9. or disconnect.
  10.  
  11. o It will play a different sample for a user connecting / disconnecting
  12. o Pop up a requestor telling you who connected / disconnected
  13. o Check if a specific user is on line when you connect ** SEE DOC **
  14. o All Features are selectable 
  15.  
  16. How Do I Install It
  17. --------------------
  18.  
  19. Simply Just Copy the script to /amicomsys/rexx
  20.  
  21. What Does it Require 
  22. --------------------
  23. Amicomsys 1.15
  24. RexxMast Running
  25. RexxReqtools.libaray 
  26.  
  27. Settings
  28. --------
  29.  
  30. player = ''
  31. -----------
  32.  
  33. put the Mod or Sample Player here With Path .
  34.  
  35. soundfileC = ''
  36. ---------------
  37.  
  38. enter the name & Path of the Sound File to Play when user Connects
  39.  
  40. soundfileD = ''
  41. --------------
  42.  
  43. enter the name & Path of the Sound File to Play when user Disconnects.
  44.  
  45. PlaySonud = ''
  46. -----------------
  47.  
  48. option Yes Or NO
  49. If set to yes then a sample will be Played Matching of a listed user
  50.  
  51. user.0 = '' 
  52. ---------------
  53.  
  54. This is where you put the user name / nick of the user you wish to be 
  55. notifyed of. there is no limit of the users you can have connected.
  56.  
  57. template user.<x> = ' <User> ' x must be 0 on the first entry Eg
  58.  
  59. user.0 = 'PO' 
  60. user.1 = 'LaLa' 
  61. user.2 = 'Tinkywinky' 
  62. user.3 = 'Dispy'
  63.  
  64. ect ..... 
  65.  
  66. NumberOfUsers = x
  67. -----------------
  68. The Number of users you have entered 
  69.  
  70. eg. 
  71.  
  72. if you had....
  73.  
  74. user.0 = '' 
  75. user.1 = '' 
  76.  
  77. Then this would be set to >> 2 <<
  78.  
  79. CaseSensative = '' 
  80. ------------------
  81. Option Yes Or No 
  82.  
  83. if yes then user.x must be the same as set in amicomsys 
  84. by the user your checking for
  85.  
  86. ShowReqC = '' 
  87. -------------
  88. option  Yes or No
  89. if set to yes a requestor would be shown when a users from the list
  90. connects
  91.  
  92. ShowReqD = ''
  93. -------------
  94. option  Yes or No
  95. if set to yes a requestor would be shown when a users from the list
  96. Disconnects 
  97.  
  98. ChkStart = ''
  99. -------------
  100. Option Yes Or NO
  101.  
  102. If this is set to yes then the script will check for users in the list
  103. connected when you connect and tell you if their already connected. 
  104.  
  105. For this to work correctly you must run a QuitACS.Rexx To Quit 
  106. amicomsys. this should also have a copy of you user list in it.
  107.  
  108. Future Of this Script
  109. ---------------------
  110.  
  111. Well i may fix any bugs that i find or that are requested,
  112.  
  113. The author Of amicomsys is planning to add what this script does to
  114. amicommsys so there may not be many updates... 
  115.  
  116. Legal Stuff
  117. ----------
  118.  
  119. This Script is emailWare so email me if you use it PLEASE.
  120.  
  121. You May Modify the script if you wish but please let my now if you
  122. Do So...
  123.  
  124. THIS SCRIPT MAY ONLY BE DISTRIUTBED BY AMINET & THE AUTHOR OF AMICOMSYS
  125. ANY PD LIBRAYS OR MAGS MAY DISTRUBUTE IT IF YOU ASK ME FIRST..
  126.  
  127. WHO DONE IT
  128. -----------
  129.  
  130. Email: scott@online.u-net.com
  131. Web  : http:www.online.u-net.com
  132.  
  133. Updates : http:www.online.u-net.com/updates/
  134.  
  135. Updates to this script may be found at the above address when avable
  136.  
  137. Scott
  138.